Skip to content

ci: add check_standalone job to verify each crate compiles independently#2389

Merged
CTTY merged 2 commits into
apache:mainfrom
kevinjqliu:kevinjqliu/check-standalone-package
May 14, 2026
Merged

ci: add check_standalone job to verify each crate compiles independently#2389
CTTY merged 2 commits into
apache:mainfrom
kevinjqliu:kevinjqliu/check-standalone-package

Conversation

@kevinjqliu
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

What changes are included in this PR?

Adds a CI job that checks each workspace crate individually (cargo check -p <crate> --all-targets),
catching missing feature declarations that are otherwise masked by Cargo's feature unification
across the workspace.

Are these changes tested?

Co-authored-by: Copilot <copilot@github.com>
@kevinjqliu kevinjqliu requested review from CTTY and blackmwk May 14, 2026 17:46
Copy link
Copy Markdown
Collaborator

@CTTY CTTY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this!

@CTTY CTTY merged commit 6ea742c into apache:main May 14, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants